home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
The Atari Compendium
/
The Atari Compendium (Toad Computers) (1994).iso
/
files
/
prgtools
/
programm.ing
/
poplib.arc
/
popsrc.arc
/
XLIB.H
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
C/C++ Source or Header
|
1989-03-29
|
235 b
|
15 lines
/* Example Library Interface */
#define XLIB_NAME "XLib"
#define XLIB_VERSION 1
extern Library XLibBase;
#ifndef XLIB_IMPLEMENTATION
#define XLibP0 (*XLibBase[0])
#define XLibP1 (*XLibBase[1])
#define XLibP2 (*XLibBase[2])
#endif